Pluralsight The xUnit.net Testing Framework
Learn the latest in unit testing technology for C#, VB.NET (and other .NET languages) created by the original inventor of NUnit. xUnit.net is a free, extensible, open source framework designed for programmers that aligns more closely with the .NET platform.
Introduction and Installation | ![]() | 00:24:28 | |
| Module Overview | ![]() | 01:01 | |
| What is xUnit.Net? | ![]() | 01:33 | |
| Why Another Testing Framework? | ![]() | 04:12 | |
| Installing xUnit.Net and Writing A Simple Test | ![]() | 04:38 | |
| Running Tests in Visual Studio | ![]() | 03:56 | |
| Running Tests with Resharper | ![]() | 04:39 | |
| Running Tests from The Command Line | ![]() | 03:14 | |
| Module summary | ![]() | 01:15 | |
Writing Tests with xUnit.net | ![]() | 00:49:11 | |
| Module Overview | ![]() | 01:15 | |
| About Asserts | ![]() | 03:10 | |
| Asserting Equality with Individual Objects | ![]() | 06:29 | |
| Asserting Equality with Collections of Objects | ![]() | 03:59 | |
| Asserting Equality with Decimals | ![]() | 02:37 | |
| Asserting Inequality | ![]() | 01:55 | |
| Asserting Boolean Results | ![]() | 02:43 | |
| Asserting Null Values | ![]() | 00:51 | |
| Asserting that A Value Falls within A Given Range | ![]() | 02:18 | |
| Asserting on The Contents of Collections | ![]() | 02:41 | |
| Asserting on Object Types | ![]() | 03:12 | |
| Asserting on Exceptions | ![]() | 04:36 | |
| Temporarily Stopping A Test from Running | ![]() | 02:03 | |
| Grouping Tests into Categories | ![]() | 06:39 | |
| Running Code Before and After Each Test | ![]() | 03:33 | |
| Module Summary | ![]() | 01:10 | |
Data-driven Tests | ![]() | 00:33:04 | |
| Module Overview | ![]() | 00:59 | |
| Inline Data-Driven Tests | ![]() | 13:15 | |
| Property Data-Driven Tests | ![]() | 06:45 | |
| Excel Data-Driven Tests | ![]() | 07:19 | |
| SQL Server Data-Driven Tests | ![]() | 03:48 | |
| Module Summary | ![]() | 00:58 | |
Advanced Techniques | ![]() | 00:43:07 | |
| Module Overview | ![]() | 01:20 | |
| Custom Trait Attributes | ![]() | 04:47 | |
| Custom Data-Driven Test Attributes | ![]() | 04:18 | |
| Introduction to AutoFixture | ![]() | 09:14 | |
| Using AutoFixture with xUnit.net | ![]() | 06:40 | |
| Automocking with xUnit.net, AutoFixture, and Moq | ![]() | 15:13 | |
| Module Summary | ![]() | 01:35 | |
xUnit.net for NUnit users | ![]() | 00:19:45 | |
| Module Overview | ![]() | 01:33 | |
| NUnit Attribute Equivalents in xUnit.net | ![]() | 10:05 | |
| NUnit Assert Equivalents in xUnit.net | ![]() | 06:31 | |
| Module Summary | ![]() | 01:36 |
Introduction and Installation







Writing Tests with xUnit.net














Data-driven Tests





Advanced Techniques






xUnit.net for NUnit users



